projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95717db
)
* src/lisp.h (FOR_EACH_TAIL_INTERNAL): Faster node comparison.
author
Mattias Engdegård
<mattiase@acm.org>
Sun, 8 May 2022 21:33:49 +0000
(23:33 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 11 May 2022 08:28:07 +0000
(10:28 +0200)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 1ad89fc46896da83228ff7038e11ac77da36b31b..b00f3f7e2e69e143e33e201870336632cbb599bb 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-5515,7
+5515,7
@@
struct for_each_tail_internal
|| ((check_quit) ? maybe_quit () : (void) 0, 0 < --li.n) \
|| (li.q = li.n = li.max <<= 1, li.n >>= USHRT_WIDTH, \
li.tortoise = (tail), false)) \
- &&
EQ (tail, li.tortoise))
\
+ &&
BASE_EQ (tail, li.tortoise))
\
? (cycle) : (void) 0))
/* Do a `for' loop over alist values. */